to_text
Converts this big_integer to a decimal string representation.
Since
0.12.0
Converts this big_integer to a string representation with a specific base (radix, from 2 to 36).
Since
0.12.0
Parameters
radix
The radix to be used in the conversion. Must be between 2 and 36.